diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/pq-criteria/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/pq-criteria/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/pq-criteria/page.tsx b/app/[lng]/evcp/(evcp)/pq-criteria/page.tsx index ce92e039..34908028 100644 --- a/app/[lng]/evcp/(evcp)/pq-criteria/page.tsx +++ b/app/[lng]/evcp/(evcp)/pq-criteria/page.tsx @@ -37,7 +37,7 @@ export default async function IndexPage(props: IndexPageProps) { <h2 className="text-2xl font-bold tracking-tight"> Pre-Qualification Check Sheet </h2> - <InformationButton pageCode="evcp/pq-criteria" /> + <InformationButton pagePath="evcp/pq-criteria" /> </div> <p className="text-muted-foreground"> 협력업체 등록을 위한, 협력업체가 제출할 PQ 항목을 관리할 수 있습니다. |
